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:
parent
172261b89f
commit
b5eb888af6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user