Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit e7c2824

Browse files
authored
Update .travis.yml
1 parent c28c6ac commit e7c2824

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,12 @@ install: true
1212
script:
1313
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
1414
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
15-
- 'if [ $TEST_SUITE = "kitchensink" ]; then tasks/e2e-kitchensink.sh; fi'
1615
env:
1716
global:
1817
- USE_YARN=no
1918
matrix:
2019
- TEST_SUITE=simple
2120
- TEST_SUITE=installs
22-
- TEST_SUITE=kitchensink
2321
matrix:
2422
include:
2523
- node_js: 0.10

0 commit comments

Comments
 (0)