Skip to content

Commit

Permalink
updated aw-core and bumped Node to v12 (LTS, from v8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 12, 2019
1 parent cdcaf75 commit 4fcf6ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
python: 3.6

env:
- TRAVIS_NODE_VERSION=8
- TRAVIS_NODE_VERSION=12

services:
- mongodb
Expand All @@ -15,20 +15,20 @@ matrix:
python: 3.6
env:
- DEPLOY=true
- TRAVIS_NODE_VERSION=8
- TRAVIS_NODE_VERSION=12
- os: osx
osx_image: xcode10.1
language: generic
python: null
env:
- DEPLOY=true
- TRAVIS_NODE_VERSION=8
- TRAVIS_NODE_VERSION=12
- os: windows
language: sh
python: 3.6.8
env:
- DEPLOY=false # set to true when tested and AppVeyor is deprecated
- TRAVIS_NODE_VERSION=8
- TRAVIS_NODE_VERSION=12
- TRAVIS_PYTHON_VERSION=3.6.8

before_install:
Expand Down
2 changes: 1 addition & 1 deletion aw-server

0 comments on commit 4fcf6ad

Please sign in to comment.