Update CI test-install.

This commit is contained in:
Calvin Rose 2019-05-28 13:03:47 -04:00
parent f12f896020
commit 873054d055
3 changed files with 3 additions and 3 deletions

View File

@ -8,5 +8,5 @@ tasks:
gmake CC=gcc
gmake test CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc
sudo gmake test-install CC=gcc
gmake test-amalg CC=gcc

View File

@ -7,5 +7,5 @@ tasks:
gmake
gmake test
doas gmake install
gmake test-install
doas gmake test-install
gmake test-amalg

View File

@ -3,7 +3,7 @@ script:
- make
- make test
- sudo make install
- make test-install
- sudo make test-install
- make test-amalg
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
compiler: