We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f72c7 commit 2c156edCopy full SHA for 2c156ed
.travis.yml
@@ -7,19 +7,14 @@ node_js:
7
8
sudo: false
9
10
-os:
11
- - linux
12
- - osx
13
-
14
matrix:
15
fast_finish: true
16
- exclude:
17
- - os: osx
18
- node_js: '4'
+ include:
19
- os: osx
20
- node_js: '0.10'
+ node_js: stable
+ osx_image: xcode7.3
21
22
branches:
23
only:
24
- master
25
- - transforms
+ - transforms
0 commit comments