We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dda03f2 + 0314212 commit 919a61eCopy full SHA for 919a61e
circle.yml
@@ -1,6 +1,8 @@
1
machine:
2
java:
3
version: oraclejdk8
4
+ node:
5
+ version: 0.10.22
6
environment:
7
BOOT_VERSION: 2.6.0
8
_JAVA_OPTIONS: "-Xms512m -Xmx1024m"
@@ -11,10 +13,13 @@ dependencies:
11
13
pre:
12
14
- curl -L https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh -o ~/bin/boot
15
- chmod +x ~/bin/boot
16
+ - npm install -g snyk
17
+ - snyk auth ${SNYK_AUTH}
18
override:
19
# Run tests in dependency step to cache the deps
- - boot test
20
+ - boot test pom target
21
- bash <(curl -s https://codecov.io/bash)
22
+ - snyk test --file=target/META-INF/maven/nha/boot-uglify/pom.xml
23
test:
24
25
- echo 1
0 commit comments