This repository was archived by the owner on Oct 4, 2020. It is now read-only.
File tree 2 files changed +12
-12
lines changed 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
- sudo : required
3
2
dist : trusty
4
- node_js : 5
3
+ sudo : required
4
+ node_js : 6
5
5
env :
6
6
- PATH=$HOME/purescript:$PATH
7
7
install :
@@ -11,14 +11,13 @@ install:
11
11
- chmod a+x $HOME/purescript
12
12
- npm install -g bower
13
13
- npm install
14
- - bower install
15
14
script :
16
- - npm test
15
+ - bower install --production
16
+ - npm run -s build
17
+ - bower install
18
+ - npm -s test
17
19
after_success :
18
20
- >-
19
21
test $TRAVIS_TAG &&
20
- psc-publish > .pursuit.json &&
21
- curl -X POST http://pursuit.purescript.org/packages \
22
- -d @.pursuit.json \
23
- -H 'Accept: application/json' \
24
- -H "Authorization: token ${GITHUB_TOKEN}"
22
+ echo $GITHUB_TOKEN | pulp login &&
23
+ echo y | pulp publish --no-push
Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"clean" : " rimraf output && rimraf .pulp-cache" ,
5
- "build" : " jshint src && jscs src && pulp build" ,
6
- "test" : " jshint src && jscs src && pulp test"
5
+ "build" : " jshint src && jscs src && pulp build --censor-lib --strict " ,
6
+ "test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
9
"jscs" : " ^2.8.0" ,
10
10
"jshint" : " ^2.9.1" ,
11
- "pulp" : " ^8.1.0" ,
11
+ "pulp" : " ^8.2.0" ,
12
+ "purescript-psa" : " ^0.3.8" ,
12
13
"rimraf" : " ^2.5.0"
13
14
}
14
15
}
You can’t perform that action at this time.
0 commit comments