Skip to content

Commit

Permalink
# This is a combination of 2 commits.
Browse files Browse the repository at this point in the history
# This is the 1st commit message:

merge conflict

# This is the commit message #2:

fixing npm bug in travis install script
  • Loading branch information
hoch committed Apr 7, 2017
1 parent 3467ad0 commit 1d0b240
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
dist: trusty

language: node_js
Expand All @@ -11,17 +10,12 @@ addons:
packages:
- google-chrome-stable

before_install:
- '[ "${TRAVIS_NODE_VERSION}" != "0.8" ] || npm install -g [email protected]'
- npm install -g npm@latest

before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
=======
language: nodejs

nodejs:
- 0.8

before_script:
- export CHROME_BIN=chromium-browser
>>>>>>> f6c795e... piloting travis-karma CI testing

0 comments on commit 1d0b240

Please sign in to comment.