We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f7ad4 commit 87e3d4fCopy full SHA for 87e3d4f
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+sudo: required
3
+dist: trusty
4
+node_js: 8
5
+install:
6
+ - npm install -g purescript pulp bower
7
+script:
8
+ - bower install
9
+ - pulp test
0 commit comments