Skip to content

Commit 87e3d4f

Browse files
committed
Add travis script
1 parent 70f7ad4 commit 87e3d4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)