Skip to content

Commit 9f44350

Browse files
committed
Run tests in travis
1 parent 62930a7 commit 9f44350

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ install:
1111
- chmod a+x $HOME/purescript
1212
- npm install -g bower
1313
- npm install
14-
- bower install
1514
script:
15+
- bower install --production
1616
- npm run -s build
17+
- bower install
18+
- npm test
1719
after_success:
1820
- >-
1921
test $TRAVIS_TAG &&

0 commit comments

Comments
 (0)