Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 1, 2017
1 parent c246653 commit 8fd56df
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
@@ -1,15 +1,18 @@
language: node_js
sudo: false
node_js:
- stable
sudo: required
dist: trusty
node_js: stable
env:
- PATH=$HOME/purescript:$PATH
install:
- TAG=$(wget -q -O - https://github.com/purescript/purescript/releases/latest --server-response --max-redirect 0 2>&1 | sed -n -e 's/.*Location:.*tag\///p')
- 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
- npm install bower
- npm install -g bower
- npm install
script:
- npm run build
- bower install --production
- npm run -s build
- bower install
- npm -s test

0 comments on commit 8fd56df

Please sign in to comment.