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 1
1
language : node_js
2
+ sudo : false
2
3
node_js :
3
4
- 5
4
5
install :
5
- - npm install bower -g
6
+ - npm install -g bower
6
7
- npm install
7
8
script :
8
9
- npm test
9
10
after_success :
10
11
- >-
11
12
test $TRAVIS_TAG &&
12
- ./ node_modules/.bin/psc-publish > .pursuit.json &&
13
+ node_modules/.bin/psc-publish > .pursuit.json &&
13
14
curl -X POST http://pursuit.purescript.org/packages \
14
15
-d @.pursuit.json \
15
16
-H 'Accept: application/json' \
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"postinstall" : " pulp dep install" ,
5
+ "clean" : " rimraf output && rimraf .pulp-cache" ,
6
+ "build" : " pulp build" ,
5
7
"test" : " pulp test"
6
8
},
7
9
"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"
10
13
}
11
14
}
You can’t perform that action at this time.
0 commit comments