common/corpus-common-addon/.travis.yml
changeset 511 fbf4e1afab01
parent 456 3a32d2f57429
child 537 d2e6ee099125
--- a/common/corpus-common-addon/.travis.yml	Wed Feb 15 10:51:26 2017 +0100
+++ b/common/corpus-common-addon/.travis.yml	Wed Feb 15 22:53:45 2017 +0100
@@ -17,6 +17,7 @@
   - EMBER_TRY_SCENARIO=ember-release
   - EMBER_TRY_SCENARIO=ember-beta
   - EMBER_TRY_SCENARIO=ember-canary
+  - EMBER_TRY_SCENARIO=ember-default
 
 matrix:
   fast_finish: true
@@ -25,10 +26,9 @@
 
 before_install:
   - npm config set spin false
-  - npm install -g bower
+  - npm install -g bower phantomjs-prebuilt
   - bower --version
-  - npm install phantomjs-prebuilt
-  - node_modules/phantomjs-prebuilt/bin/phantomjs --version
+  - phantomjs --version
 
 install:
   - npm install
@@ -37,4 +37,4 @@
 script:
   # Usually, it's ok to finish the test scenario without reverting
   #  to the addon's original dependency state, skipping "cleanup".
-  - ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
+  - node_modules/.bin/ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup