diff --git a/.travis.yml b/.travis.yml index f568c2024ed..e19f6555af6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,8 +27,8 @@ script: - node scripts/l10n.js generate - yarn lint - COVERAGE=true yarn test - - ROOT_URL=open-event-frontend ember build -prod - - bash scripts/test_fastboot.sh + # - ROOT_URL=open-event-frontend ember build -prod + # - bash scripts/test_fastboot.sh # FastBoot is disabled for now after_success: - 'bash <(curl -s https://codecov.io/bash)'