File tree Expand file tree Collapse file tree 3 files changed +18
-50
lines changed Expand file tree Collapse file tree 3 files changed +18
-50
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
dist : trusty
3
3
sudo : required
4
- node_js :
5
- - 4
4
+ node_js : 6
6
5
install :
7
- - npm install bower gulp -g
8
- - npm install && bower install
6
+ - npm install -g bower
7
+ - npm install
9
8
script :
10
- - gulp
9
+ - bower install --production
10
+ - npm run -s build
11
+ - bower install
12
+ - npm -s test
11
13
after_success :
12
14
- >-
13
15
test $TRAVIS_TAG &&
14
- node_modules/.bin/psc-publish > .pursuit.json &&
15
- curl -X POST http://pursuit.purescript.org/packages \
16
- -d @.pursuit.json \
17
- -H 'Accept: application/json' \
18
- -H "Authorization: token ${GITHUB_TOKEN}"
16
+ echo $GITHUB_TOKEN | pulp login &&
17
+ echo y | pulp publish --no-push
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"private" : true ,
3
+ "scripts" : {
4
+ "clean" : " rimraf output && rimraf .pulp-cache" ,
5
+ "build" : " pulp build --censor-lib --strict" ,
6
+ "test" : " pulp test"
7
+ },
3
8
"devDependencies" : {
4
- "gulp" : " ^3.8.11" ,
5
- "gulp-jscs" : " ^1.6.0" ,
6
- "gulp-jshint" : " ^1.11.2" ,
7
- "gulp-purescript" : " ^1.0.0" ,
8
- "gulp-run" : " ^1.6.8" ,
9
- "purescript" : " ^0.9.1"
9
+ "pulp" : " ^9.0.0" ,
10
+ "purescript-psa" : " ^0.3.9" ,
11
+ "purescript" : " ^0.9.1" ,
12
+ "rimraf" : " ^2.5.0"
10
13
}
11
14
}
You can’t perform that action at this time.
0 commit comments