Fix travis config to use new build script instead of Makefile

This commit is contained in:
James Dinsdale 2017-02-23 23:57:08 +00:00
parent 258289478a
commit f5b5edf097
No known key found for this signature in database
GPG key ID: DBCB56BD98007031

View file

@ -24,7 +24,7 @@ before_script:
- chmod u+x .bin/{color,revolver,zvm}
- export PATH="$HOME/.zvm/bin:$PWD/.bin:$PATH"
- zvm use ${ZVM_VERSION}
- make
- ./build.zsh
script: ./zunit
notifications:
email: false