Skip to content

Commit

Permalink
try forcing latest version of testem
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav0 committed Oct 15, 2018
1 parent 39e60d1 commit fd06bb0
Show file tree
Hide file tree
Showing 3 changed files with 583 additions and 273 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ addons:
cache:
yarn: true

before_script:
- "sudo chown root /opt/google/chrome/chrome-sandbox"
- "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
# before_script:
# - "sudo chown root /opt/google/chrome/chrome-sandbox"
# - "sudo chmod 4755 /opt/google/chrome/chrome-sandbox"
# - "export DISPLAY=:99.0"
# - "sh -e /etc/init.d/xvfb start"
# - sleep 3 # give xvfb some time to start

before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
"mocha": "^5.0.0",
"testdouble": "^3.1.0"
},
"resolutions": {
"ember-cli/testem": "2.13.0"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
Expand Down

0 comments on commit fd06bb0

Please sign in to comment.