Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Revert tests to node 0.10 like upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
florianf committed Apr 22, 2016
1 parent bf5352f commit c068068
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ sudo: false

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

addons:
postgresql: "9.3"
Expand All @@ -13,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 c068068

Please sign in to comment.