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:
3c337ee
)
[travis] install dejagnu with sudo
author
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 16:19:52 +0000
(11:19 -0500)
committer
Anthony Green
<green@moxielogic.com>
Fri, 11 Jan 2013 16:19:52 +0000
(11:19 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index ffc43a5476790f807df47335d194133b4c4ba33f..1a6a425c066ea20fe37ef8f3a28f56ede4074e35 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,6
+3,6
@@
compiler:
- gcc
- clang
-before_script: apt-get install dejagnu
+before_script:
sudo
apt-get install dejagnu
script: ./configure && make && make check