projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9072096
)
[travis] install dejagnu
author
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 16:18:14 +0000
(11:18 -0500)
committer
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 16:18:14 +0000
(11:18 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index fc7f5bc41976220052d05587a56f0d4e52547ca2..ffc43a5476790f807df47335d194133b4c4ba33f 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,4
+3,6
@@
compiler:
- gcc
- clang
+before_script: apt-get install dejagnu
+
script: ./configure && make && make check