diff options
| author | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-08-14 14:57:37 -0500 |
|---|---|---|
| committer | Aiden Woodruff <aiden.woodruff@gmail.com> | 2018-08-14 14:57:37 -0500 |
| commit | 82911972c6e1b8e01e820b4e413ef684ed95bffc (patch) | |
| tree | 02836f3f3ed9be745c09ca83746f5f64f73648a2 | |
| parent | 367fe4bbf4791add4f2238e3ca9dbfc82b8b22ce (diff) | |
| download | life-82911972c6e1b8e01e820b4e413ef684ed95bffc.tar.gz life-82911972c6e1b8e01e820b4e413ef684ed95bffc.tar.bz2 life-82911972c6e1b8e01e820b4e413ef684ed95bffc.zip | |
Add travis checks included in make check
Signed-off-by: Aiden Woodruff <aiden.woodruff@gmail.com>
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index eb712cf..998b277 100644 --- a/.travis.yml +++ b/.travis.yml | |||
| @@ -35,7 +35,5 @@ before_script: | |||
| 35 | # Actually check if it works | 35 | # Actually check if it works |
| 36 | script: | 36 | script: |
| 37 | - autoreconf -f -i && ./configure && make && make check | 37 | - autoreconf -f -i && ./configure && make && make check |
| 38 | - echo -n "q" | ./life > /dev/null | ||
| 39 | - cd life-* | 38 | - cd life-* |
| 40 | - ./configure && make && make check | 39 | - ./configure && make && make check |
| 41 | - echo -n "q" | ./life > /dev/null | ||
