Skip to content

Commit

Permalink
Fail CI due to incorrect code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Apr 17, 2020
1 parent 2fd0e8f commit 99b7c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ script:
- npm --silent run deploy-status -- --status pending --message 'Waiting for build'

- npm --silent run eslint
# - npm --silent run prettier-check
- npm --silent run prettier-check

- npm --silent run build
- npm --silent run coverage -- --browsers FirefoxHeadless --webgl-stub --failTaskOnError --suppressPassed
Expand All @@ -25,7 +25,7 @@ script:
- npm --silent run build-specs
- npm --silent run test -- --browsers ChromeCI --failTaskOnError --webgl-stub --release --suppressPassed

# Various Node.js smoke-screen tests
# Various Node.js smoke-screen tests
- node -e "const Cesium = require('./');"
- NODE_ENV=development node index.cjs
- NODE_ENV=production node index.cjs
Expand Down

0 comments on commit 99b7c25

Please sign in to comment.