Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 29, 2016 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abuiles/3f54996b49f101996fbe7284aa2ae2d5 to your computer and use it in GitHub Desktop.
Save abuiles/3f54996b49f101996fbe7284aa2ae2d5 to your computer and use it in GitHub Desktop.
sudo: required
services:
- docker
language: node_js
node_js:
- "5.0.0"
cache:
directories:
- node_modules
- bower_components
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
- ./node_modules/testem/testem.js launchers
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
script:
- ember exam --launch="Chrome" --split=7 --parallel=true --random
after_success:
- ./travis_deploy.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment