Skip to content

Commit 2706816

Browse files
committed
Reorganize settings
1 parent beb0cb0 commit 2706816

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ node_js:
44
os:
55
- linux
66
- osx
7+
osx_image: xcode8
8+
79
env:
810
- TARGET_ARCH=x64
9-
osx_image: xcode8
11+
12+
branches:
13+
only:
14+
- master
1015

1116
install:
1217
- npm install
1318

1419
script:
1520
- npm test
1621
- npm run dist
17-
18-
branches:
19-
only:
20-
- master

0 commit comments

Comments
 (0)