Skip to content

Commit

Permalink
Merge pull request datalad#4638 from kyleam/pin-grunt-contrib-qunit
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleam committed Jun 18, 2020
2 parents af938dd + 0744b4d commit c6df670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ install:
- if [ ! -z "$UNSET_S3_SECRETS" ]; then echo "usetting"; unset DATALAD_datalad_test_s3_key_id DATALAD_datalad_test_s3_secret_id; fi
# Install grunt to test run javascript frontend tests
- npm install grunt
- npm install grunt-contrib-qunit@>=3.0.1
# FIXME: Pinned because v4.0.0 caused failure (gh-4635).
- npm install grunt-contrib-qunit@3.1.0

script:
# Test installation system-wide
Expand Down

0 comments on commit c6df670

Please sign in to comment.