Try testing with Chrome

This commit is contained in:
Piotr Sarnacki 2015-12-24 11:01:03 +01:00
parent c9bfb0c05e
commit 4e283993c6
2 changed files with 11 additions and 48 deletions

View File

@ -18,6 +18,11 @@ matrix:
addons:
sauce_connect: true
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
sudo: false
@ -29,10 +34,8 @@ cache:
before_install:
- "npm config set spin false"
- "npm install -g npm@^2"
- mkdir travis-phantomjs
- wget https://s3.amazonaws.com/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -O $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
- export PATH=$PWD/travis-phantomjs:$PATH
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
install:
- npm install -g bower

View File

@ -1,51 +1,11 @@
{
"framework": "qunit",
"test_page": "tests/index.html?hidepassed",
"disable_watching": true,
"launch_in_ci": [
"PhantomJS"
"Chrome"
],
"launch_in_dev": [
"PhantomJS"
],
"launchers": {
"SL_chrome": {
"exe": "./node_modules/.bin/ember-cli-sauce",
"args": [
"-b",
"chrome",
"-p",
"Windows 8",
"--at",
"--no-ct",
"--u"
],
"protocol": "browser"
},
"SL_firefox": {
"exe": "./node_modules/.bin/ember-cli-sauce",
"args": [
"-b",
"firefox",
"-p",
"Windows 8",
"--at",
"--no-ct",
"--u"
],
"protocol": "browser"
},
"SL_safari": {
"exe": "./node_modules/.bin/ember-cli-sauce",
"args": [
"-b",
"safari",
"-p",
"Mac 10.10",
"--at",
"--no-ct",
"--u"
],
"protocol": "browser"
}
}
"Chrome"
]
}