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 6579dfd commit f8330b0Copy full SHA for f8330b0
.gitignore
@@ -3,4 +3,4 @@
3
*.scpt
4
*.scptd
5
node_modules/
6
-npm-debug.log
+npm-debug.log*
.travis.yml
@@ -1,7 +1,17 @@
1
sudo: false
2
language: node_js
node_js:
- - "6"
+ - "7"
+git:
+ depth: 1
7
+branches:
8
+ only:
9
+ - master
10
+cache:
11
+ timeout: 1800
12
+ yarn: true
13
+ directories:
14
+ - node_modules
15
env:
16
- CXX=g++-4.8
17
addons:
0 commit comments