File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11/. *
22! /.gitignore
3+ ! /.travis.yml
34/output /
45/node_modules /
56/bower_components /
67/tmp /
7- /node_modules /
8+ /node_modules /
Original file line number Diff line number Diff line change 1+ language : node_js
2+ sudo : false
3+ node_js :
4+ - 0.12
5+ env :
6+ - PATH=$HOME/purescript:$PATH
7+ install :
8+ - 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')
9+ - wget -O $HOME/purescript.tar.gz https://github.com/purescript/purescript/releases/download/$TAG/linux64.tar.gz
10+ - tar -xvf $HOME/purescript.tar.gz -C $HOME/
11+ - chmod a+x $HOME/purescript
12+ - npm install bower gulp -g
13+ - npm install && bower install
14+ script :
15+ - gulp
You can’t perform that action at this time.
0 commit comments