Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 38c60eb

Browse files
committed
Run build without devDependencies, then install & test
1 parent 2356089 commit 38c60eb

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ node_js:
55
install:
66
- npm install -g bower gulp
77
- npm install
8-
- bower install
8+
- bower install --production
99
script:
10-
- gulp
10+
- gulp psc
11+
- bower install
12+
- gulp test

bower.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@
2727
"purescript-const": "^0.5.0",
2828
"purescript-distributive": "^0.5.1",
2929
"purescript-profunctor": "^0.3.0"
30+
},
31+
"devDependencies": {
32+
"purescript-console": "~0.1.0"
3033
}
3134
}

0 commit comments

Comments
 (0)