1
0
mirror of https://github.com/janet-lang/janet synced 2026-06-09 06:02:16 +00:00

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
-1
View File
@@ -10,4 +10,3 @@ tasks:
gmake test
sudo gmake install
gmake test-install
gmake test-amalg
-1
View File
@@ -10,4 +10,3 @@ tasks:
gmake test
doas gmake install
gmake test-install
gmake test-amalg
-1
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