Skip to content

Commit 9dc1376

Browse files
update location of CLA check script in .travis.yml (#143)
1 parent e9cd74f commit 9dc1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sudo: false
22
script:
3-
- curl https://raw.githubusercontent.com/shapesecurity/CLA/master/cla-travis.sh | bash
3+
- curl https://raw.githubusercontent.com/shapesecurity/CLA/HEAD/cla-travis.sh | bash
44
- npm install
55
- npm test
66
node_js:

0 commit comments

Comments
 (0)