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

Commit 30666cc

Browse files
author
Jack Palfrey
committed
amending travis config to not use gulp
1 parent 26f9c2e commit 30666cc

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ sudo: false
33
node_js:
44
- 0.10
55
install:
6-
- npm install -g bower gulp
6+
- npm install -g bower
77
- npm install
88
- bower install --production
99
script:
10-
- gulp psc
11-
- bower install
12-
- gulp test
10+
- npm run build
11+
- npm run test

0 commit comments

Comments
 (0)