Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 39f4a66

Browse files
committed
Only include devDependencies for tests
1 parent 77e3c58 commit 39f4a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ node_js: stable
55
install:
66
- npm install -g bower
77
- npm install
8-
- bower install
8+
- bower install --production
99
script:
1010
- npm run -s build
11+
- bower install
1112
- npm run -s test
1213
after_success:
1314
- >-

0 commit comments

Comments
 (0)