We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbac73 commit a089c06Copy full SHA for a089c06
.travis.yml
@@ -11,10 +11,11 @@ install:
11
- chmod a+x $HOME/purescript
12
- npm install -g bower
13
- npm install
14
- - bower install
15
script:
16
- - npm run build
17
- - npm test
+ - bower install --production
+ - npm run -s build
+ - bower install
18
+ - npm -s test
19
after_success:
20
- >-
21
test $TRAVIS_TAG &&
package.json
@@ -2,13 +2,14 @@
2
"private": true,
3
"scripts": {
4
"clean": "rimraf output && rimraf .pulp-cache",
5
- "build": "jshint src && jscs src && pulp build",
+ "build": "jshint src && jscs src && pulp build --censor-lib --strict",
6
"test": "pulp test"
7
},
8
"devDependencies": {
9
"jscs": "^2.8.0",
10
"jshint": "^2.9.1",
"pulp": "^8.2.0",
+ "purescript-psa": "^0.3.8",
"rimraf": "^2.5.0"
}
0 commit comments