Remove 'make test-amalg' from CI.

This commit is contained in:
Calvin Rose 2020-02-25 20:31:38 -06:00
parent 7d26de6697
commit 8cb63cebbe
3 changed files with 0 additions and 3 deletions

View File

@ -10,4 +10,3 @@ tasks:
gmake test
sudo gmake install
gmake test-install
gmake test-amalg

View File

@ -10,4 +10,3 @@ tasks:
gmake test
doas gmake install
gmake test-install
gmake test-amalg

View File

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