File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ 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 run build
17
- - npm test
15
+ - bower install --production
16
+ - npm run -s build
17
+ - bower install
18
+ - npm -s test
18
19
after_success :
19
20
- >-
20
21
test $TRAVIS_TAG &&
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" ,
5
+ "build" : " jshint src && jscs src && pulp build --censor-lib --strict " ,
6
6
"test" : " pulp test"
7
7
},
8
8
"devDependencies" : {
9
9
"jscs" : " ^2.8.0" ,
10
10
"jshint" : " ^2.9.1" ,
11
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