Skip to content

Commit f8330b0

Browse files
committed
update settings
1 parent 6579dfd commit f8330b0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
*.scpt
44
*.scptd
55
node_modules/
6-
npm-debug.log
6+
npm-debug.log*

.travis.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "6"
4+
- "7"
5+
git:
6+
depth: 1
7+
branches:
8+
only:
9+
- master
10+
cache:
11+
timeout: 1800
12+
yarn: true
13+
directories:
14+
- node_modules
515
env:
616
- CXX=g++-4.8
717
addons:

0 commit comments

Comments
 (0)