Try testing with Chrome
This commit is contained in:
parent
c9bfb0c05e
commit
4e283993c6
11
.travis.yml
11
.travis.yml
|
@ -18,6 +18,11 @@ matrix:
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
sauce_connect: true
|
sauce_connect: true
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- google-chrome
|
||||||
|
packages:
|
||||||
|
- google-chrome-stable
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
@ -29,10 +34,8 @@ cache:
|
||||||
before_install:
|
before_install:
|
||||||
- "npm config set spin false"
|
- "npm config set spin false"
|
||||||
- "npm install -g npm@^2"
|
- "npm install -g npm@^2"
|
||||||
- mkdir travis-phantomjs
|
- "export DISPLAY=:99.0"
|
||||||
- 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
|
- "sh -e /etc/init.d/xvfb start"
|
||||||
- tar -xvf $PWD/travis-phantomjs/phantomjs-2.0.0-ubuntu-12.04.tar.bz2 -C $PWD/travis-phantomjs
|
|
||||||
- export PATH=$PWD/travis-phantomjs:$PATH
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
|
|
48
testem.json
48
testem.json
|
@ -1,51 +1,11 @@
|
||||||
{
|
{
|
||||||
"framework": "qunit",
|
"framework": "qunit",
|
||||||
"test_page": "tests/index.html?hidepassed",
|
"test_page": "tests/index.html?hidepassed",
|
||||||
|
"disable_watching": true,
|
||||||
"launch_in_ci": [
|
"launch_in_ci": [
|
||||||
"PhantomJS"
|
"Chrome"
|
||||||
],
|
],
|
||||||
"launch_in_dev": [
|
"launch_in_dev": [
|
||||||
"PhantomJS"
|
"Chrome"
|
||||||
],
|
]
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user