We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fe4b4 commit 85d1352Copy full SHA for 85d1352
.npmignore
@@ -14,3 +14,12 @@ npm-debug.log
14
src
15
.idea
16
yarn.lock
17
+.vscode
18
+.eslintrc
19
+.editorconfig
20
+.babelrc
21
+.gitignore
22
+.travis.yml
23
+index.md
24
+tests
25
+.eslintignore
.travis.yml
@@ -1,12 +1,16 @@
1
language: node_js
2
-cache:
3
- directories:
4
- - ~/.npm
5
- - node_modules
+cache: npm
6
notifications:
7
email: false
8
node_js:
9
- '8'
+before_install: npm install --global greenkeeper-lockfile@1
+before_script:
+ - greenkeeper-lockfile-update
10
+ - npm run compile
11
+after_script:
12
+ - git diff --color | cat
13
+ - greenkeeper-lockfile-upload
after_success:
- npm run travis-deploy-once "npm run semantic-release"
branches:
0 commit comments