Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest version of node #2801

Merged
merged 1 commit into from
Aug 7, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,47 +23,47 @@ addons:

matrix:
include:
- node_js: "6"
- node_js: "8"
env: >
DO_TEST=TRUE
DO_LINT=TRUE
DO_NPM_DEPLOY=TRUE
DO_TRANSIFEX_DEPLOY=TRUE
# Test the examples in white space mode on the pull requests
- node_js: "6"
- node_js: "8"
env: >
DEVELOPMENT=TRUE
DO_EXAMPLES_TEST=TRUE
EXAMPLES_SPLIT=1/2
DO_DIST_NGEO=TRUE
- node_js: "6"
- node_js: "8"
env: >
DEVELOPMENT=TRUE
DO_EXAMPLES_TEST=TRUE
EXAMPLES_SPLIT=2/2
DO_DIST_GMF=TRUE
# Deploy the examples in advance mode on the commit on a branch
- node_js: "6"
- node_js: "8"
env: >
DO_EXAMPLES_DEPLOY=TRUE
GIT_REMOTE_NAME=origin
GITHUB_USERNAME=camptocamp
EXAMPLES_NGEO=TRUE
- node_js: "6"
- node_js: "8"
env: >
DO_EXAMPLES_DEPLOY=TRUE
GIT_REMOTE_NAME=origin
GITHUB_USERNAME=camptocamp
EXAMPLES_GMF=TRUE
- node_js: "6"
- node_js: "8"
env: >
DO_EXAMPLES_DEPLOY=TRUE
GIT_REMOTE_NAME=origin
GITHUB_USERNAME=camptocamp
API=TRUE
APPS_GMF=TRUE
allow_failures:
- node_js: "6"
- node_js: "8"
env: >
DO_EXAMPLES_DEPLOY=TRUE
GIT_REMOTE_NAME=origin
Expand Down