Skip to content

Commit

Permalink
update image to linux based
Browse files Browse the repository at this point in the history
  • Loading branch information
Molly Lloyd committed Jul 11, 2017
1 parent 1e1d538 commit 35cc3f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: mbgl/ci:r1-linux-gl-js
- image: mbgl/ci:r4-linux-gl-js
working_directory: ~/mapbox-gl-js
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .circleci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ yarn run test-flow
xvfb-run --server-args="-screen 0 1024x768x24" npm run test-cov

# send coverage report to coveralls
nyc report --reporter=lcov
# nyc report --reporter=lcov
# this code works around a Coveralls / CircleCI bug triggered by tagged builds
if [ -z "$CIRCLE_TAG" ]; then
(node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info) || true
Expand Down

0 comments on commit 35cc3f3

Please sign in to comment.