mirror of
https://github.com/google/blockly.git
synced 2026-01-11 02:47:09 +01:00
Set node version explicitly for travis; rebuild (#2403)
* Set node version explicitly for travis * rebuild * Tweak travis config
This commit is contained in:
20
.travis.yml
20
.travis.yml
@@ -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
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user