Update jenkins.sh

travis/test-build
Travis Ralston 2019-04-17 12:22:40 -06:00 committed by GitHub
parent a5592d5c1f
commit b893ea3bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ set -x
yarn install
# run the mocha tests
yarn test
#yarn test
# run eslint
yarn lintall -- -f checkstyle -o eslint.xml || true
#yarn lintall -- -f checkstyle -o eslint.xml || true
rm dist/riot-*.tar.gz || true # rm previous artifacts without failing if it doesn't exist