package-sets/.travis.yml

25 lines
627 B
YAML
Raw Normal View History

2016-09-24 22:01:53 +00:00
language: c
dist: trusty
sudo: required
2016-09-24 21:52:55 +00:00
cache:
directories:
- .psc-package
2016-10-23 04:58:13 +00:00
- output
2016-10-09 01:11:19 +00:00
env:
- PATH=$HOME/purescript:$HOME/psc-package:$PATH
2016-10-09 01:11:19 +00:00
install:
2018-05-23 06:49:30 +00:00
- TAG=v0.12.0
- PSC_PACKAGE_TAG=v0.3.2
2016-10-09 01:11:19 +00:00
- 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
- wget -O $HOME/psc-package.tar.gz https://github.com/purescript/psc-package/releases/download/$PSC_PACKAGE_TAG/linux64.tar.gz
- tar -xvf $HOME/psc-package.tar.gz -C $HOME/
- chmod a+x $HOME/psc-package
2016-09-24 21:52:55 +00:00
script:
- ./travis.sh