package-sets/.travis.yml
Phil Freeman c33733ac2c Use the current branch, fix #43 (#44)
* Use the current branch, fix #43

* Update .travis.yml

* Update .travis.yml

* Use a script
2017-01-05 20:05:51 -08:00

20 lines
379 B
YAML

language: c
dist: trusty
sudo: required
cache:
directories:
- .psc-package
- output
env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=v0.10.4
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
- chmod a+x $HOME/purescript
script:
- ./travis.sh