Skip to content

Commit

Permalink
now builds on master
Browse files Browse the repository at this point in the history
  • Loading branch information
kejace committed Jan 15, 2018
1 parent 808cadc commit 8cc16d9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,7 @@ language: node_js
dist: trusty
sudo: required
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 -g bower
- npm install
script:
- npm run kss
Expand All @@ -20,4 +13,4 @@ deploy:
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
local_dir: styleguide
on:
branch: kss
branch: master

0 comments on commit 8cc16d9

Please sign in to comment.