2017-01-12 09:46:36 +03:00
|
|
|
language: node_js
|
|
|
|
sudo: false
|
|
|
|
node_js:
|
2019-09-05 08:03:08 +03:00
|
|
|
- 10
|
2017-01-12 09:46:36 +03:00
|
|
|
env:
|
|
|
|
- PATH=$HOME/purescript:$PATH
|
|
|
|
install:
|
2019-09-05 08:03:08 +03:00
|
|
|
- wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/v0.13.0/linux64.tar.gz
|
2017-01-12 09:46:36 +03:00
|
|
|
- tar -xvf $HOME/purescript.tar.gz -C $HOME/
|
|
|
|
- chmod a+x $HOME/purescript
|
2018-06-17 03:26:12 +03:00
|
|
|
- npm install -g bower pulp mocha
|
2017-01-12 09:46:36 +03:00
|
|
|
- bower install
|
|
|
|
script:
|
2018-06-17 01:31:27 +03:00
|
|
|
- travis_wait 30 pulp build
|
2018-06-17 02:22:30 +03:00
|
|
|
- travis_wait sh $TRAVIS_BUILD_DIR/run_tests.sh
|
2017-01-12 09:46:36 +03:00
|
|
|
|
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- output
|