Skip to content

Commit a089c06

Browse files
committed
Stricter build
1 parent 5bbac73 commit a089c06

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ install:
1111
- chmod a+x $HOME/purescript
1212
- npm install -g bower
1313
- npm install
14-
- bower install
1514
script:
16-
- npm run build
17-
- npm test
15+
- bower install --production
16+
- npm run -s build
17+
- bower install
18+
- npm -s test
1819
after_success:
1920
- >-
2021
test $TRAVIS_TAG &&

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
"private": true,
33
"scripts": {
44
"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",
66
"test": "pulp test"
77
},
88
"devDependencies": {
99
"jscs": "^2.8.0",
1010
"jshint": "^2.9.1",
1111
"pulp": "^8.2.0",
12+
"purescript-psa": "^0.3.8",
1213
"rimraf": "^2.5.0"
1314
}
1415
}

0 commit comments

Comments
 (0)