1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-18 14:44:48 +00:00

Add test-install to travis CI.

Users have been reporting installation trouble on
platforms like OSX and BSDs, so we need to make sure
that the cook module is more portable.
This commit is contained in:
Calvin Rose 2019-03-03 14:50:17 -05:00
parent 172261b89f
commit b5eb888af6

View File

@ -2,6 +2,8 @@ language: c
script:
- make
- make test
- make install
- make test-install
- make build/janet-${TRAVIS_TAG}-${TRAVIS_OS_NAME}.tar.gz
compiler:
- clang