Run only simple e2e in travis

This commit is contained in:
William Monk
2017-05-23 09:01:15 +01:00
committed by GitHub
parent a57b5ee170
commit 9808819fee

View File

@@ -11,7 +11,6 @@ cache:
install: true
script:
- 'if [ $TEST_SUITE = "simple" ]; then tasks/e2e-simple.sh; fi'
- 'if [ $TEST_SUITE = "installs" ]; then tasks/e2e-installs.sh; fi'
env:
global:
- USE_YARN=no