Skip to content

Commit bfc08a9

Browse files
committed
Use new setup method and add more test cases
1 parent e3e1e0b commit bfc08a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ before_install:
77
- "export DISPLAY=:99.0"
88
- "sh -e /etc/init.d/xvfb start"
99
install:
10-
- npm install
11-
- npm install -g typings
12-
before_script:
13-
- typings install
10+
- npm run install:dev
1411
script:
12+
- npm run lint
1513
- npm test
1614
- npm run build:prod
15+
- npm run build:docs
16+
- npm run mobile:setup
1717
notifications:
1818
email: false
1919
hipchat: 861e4f14f03ed33d069f1083a6c9f5@2679708

0 commit comments

Comments
 (0)