Skip to content

Commit 71cbc5e

Browse files
committed
Run e2e in travis
1 parent 72fb332 commit 71cbc5e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ branches:
99
only:
1010
- master
1111

12-
install:
13-
- npm install
14-
1512
cache:
1613
directories:
1714
- node_modules
15+
16+
install:
17+
- npm install
18+
- (cd e2e ; npm install)
19+
20+
script:
21+
- npm run e2e

0 commit comments

Comments
 (0)