1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-22 21:23:16 +00:00

Travis add sudo.

This commit is contained in:
Calvin Rose 2019-03-03 14:54:01 -05:00
parent 402dc2a767
commit 009bed158b

View File

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