Skip to content

Commit

Permalink
feat/test ariatemplates#1773 Updating test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Sep 11, 2017
1 parent aa8fb88 commit c1cb9de
Show file tree
Hide file tree
Showing 3 changed files with 3,184 additions and 9 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
language: node_js
node_js:
- 4.2
- 6.9.1
sudo: false
cache:
directories:
- node_modules
addons:
firefox: "50.0"
firefox: "55.0"
apt:
packages:
- awesome
Expand All @@ -15,7 +15,9 @@ before_install:
- export DISPLAY=:99.0
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/awesome_99.pid --make-pidfile --background --exec /usr/bin/awesome
- npm install -g geckodriver@1.4
- npm install -g npm@5.4.1
- npm install -g phantomjs@1.9.20
- npm install -g geckodriver@1.8.1
# Diagnostics
- npm --version
- npm config set spin false
Expand Down

0 comments on commit c1cb9de

Please sign in to comment.