Skip to content

Commit

Permalink
update location of CLA check script in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Aug 13, 2020
1 parent 3df41ad commit 5476a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
script:
- curl https://raw.githubusercontent.com/shapesecurity/CLA/master/cla-travis.sh | bash
- curl https://raw.githubusercontent.com/shapesecurity/CLA/main/cla-travis.sh | bash
- npm test
node_js:
- "8"

0 comments on commit 5476a41

Please sign in to comment.