Skip to content

Commit

Permalink
install webkit disable failing node v4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 6, 2016
1 parent 243cc9a commit 18c3726
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ sudo: false

node_js:
- "0.10"
# jsdom breaks hard
- "4"
# tests failing for unknown reasons
#- "4"

addons:
postgresql: "9.3"
Expand All @@ -14,6 +14,7 @@ addons:
- ubuntu-toolchain-r-test
packages:
- libstdc++6 # upgrade libstdc++ on linux to support C++11
- libwebkit-dev

before_install:
- createdb template_postgis
Expand Down

0 comments on commit 18c3726

Please sign in to comment.