This commit is contained in:
Ciro Santilli
2017-11-02 15:14:37 +00:00
parent a4912196a3
commit a95e11401a
2 changed files with 11 additions and 7 deletions

View File

@@ -1,5 +1,11 @@
language: cpp
install: ./configure -t
sudo: required
script: ./run -e 'init=/poweroff.out' -n
install: |
cd "$TRAVIS_BUILD_DIR"
./configure -t
script: |
cd "$TRAVIS_BUILD_DIR"
./run -e 'init=/poweroff.out' -n