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 3e5e668 commit 3c758dfCopy full SHA for 3c758df
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+sudo: false
3
+node_js:
4
+ - 0.12
5
+install:
6
+ - npm install
7
+script:
8
+ - npm run build
package.json
@@ -2,10 +2,13 @@
"private": true,
"scripts": {
"postinstall": "pulp dep install",
- "build": "pulp test && rimraf docs && pulp docs"
+ "build": "pulp build && rimraf docs && pulp docs"
},
"devDependencies": {
"pulp": "^4.4.1",
9
"rimraf": "^2.4.3"
10
+ },
11
+ "dependencies": {
12
+ "purescript": "^0.7.5"
13
}
14
0 commit comments