Skip to content

Commit

Permalink
Merge pull request #2514 from rachel-fenichel/master_node_versions
Browse files Browse the repository at this point in the history
Set node version explicitly for travis on master
  • Loading branch information
rachel-fenichel authored May 28, 2019
2 parents 0e0cd66 + abd55ac commit 339a653
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: node_js
matrix:
include:
- os: linux
dist: trusty
node_js: stable
sudo: required
addons:
apt:
packages:
- google-chrome-stable
os: linux
dist: trusty
node_js:
- 8
- 10
sudo: required
addons:
apt:
packages:
- google-chrome-stable
# TODO (#2114): reenable osx build.
# - os: osx
# node_js: stable
Expand Down

0 comments on commit 339a653

Please sign in to comment.