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 2cd8421 commit d5636ddCopy full SHA for d5636dd
.nvmrc
@@ -1 +1 @@
1
-8.11.1
+8.11.3
.travis.yml
@@ -4,20 +4,17 @@ branches:
4
only:
5
# Only run on tags like v1.0.0
6
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
7
-node_js:
8
-- '6'
9
-- '8'
10
-install:
+before_install:
11
- yarn global add snyk # snyk is not on prod dependencies
12
- yarn --prod # Ensure node_modules has only prod dependencies for the snyk analysis
13
-- npm run -s security
+- yarn security
+install:
14
- yarn # Back to normal
15
script:
16
-- npm run -s test
17
-before_deploy:
18
-- npm run -s codecov
19
-- npm run -s sauce
20
-- npm run -s build
+- yarn test
+- yarn codecov
+- yarn sauce
+- yarn build
21
deploy:
22
provider: npm
23
email: [email protected]
0 commit comments