Skip to content

Commit

Permalink
chore: add 3 retries to spec-generator on Travis (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and Michiel Bijl committed Aug 1, 2017
1 parent 7cb92d3 commit b17cc4e
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
Expand Up @@ -27,7 +27,7 @@ script:
- cd gh-pages
- git clone --depth=1 --branch=gh-pages https://github.com/w3c/aria-practices.git
- cd aria-practices
- curl "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/aria-practices/master/aria-practices.html" -o index.html -f
- curl "https://labs.w3.org/spec-generator/?type=respec&url=https://rawgit.com/w3c/aria-practices/master/aria-practices.html" -o index.html -f --retry 3
- cp -r ../../w3c/aria-practices/examples .

after_success:
Expand Down

0 comments on commit b17cc4e

Please sign in to comment.