File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11language : node_js
2+ sudo : false
23node_js :
34 - 5
45install :
5- - npm install bower -g
6+ - npm install -g bower
67 - npm install
78script :
89 - npm test
910after_success :
1011- >-
1112 test $TRAVIS_TAG &&
12- ./ node_modules/.bin/psc-publish > .pursuit.json &&
13+ node_modules/.bin/psc-publish > .pursuit.json &&
1314 curl -X POST http://pursuit.purescript.org/packages \
1415 -d @.pursuit.json \
1516 -H 'Accept: application/json' \
Original file line number Diff line number Diff line change 22 "private" : true ,
33 "scripts" : {
44 "postinstall" : " pulp dep install" ,
5+ "clean" : " rimraf output && rimraf .pulp-cache" ,
6+ "build" : " pulp build" ,
57 "test" : " pulp test"
68 },
79 "devDependencies" : {
8- "pulp" : " ^6.0.0" ,
9- "purescript" : " ^0.7.6"
10+ "pulp" : " ^7.0.0" ,
11+ "purescript" : " ^0.7.6" ,
12+ "rimraf" : " ^2.4.4"
1013 }
1114}
You can’t perform that action at this time.
0 commit comments