We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2e387 commit 048c359Copy full SHA for 048c359
.travis.yml
@@ -100,7 +100,7 @@ after_success:
100
- git config --global user.email "[email protected]"
101
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
102
- git fetch upstream && git reset upstream/gh-pages
103
- - git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ experimental/
+ - git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/
104
- git add -f \*.html
105
- git commit -m "Automatic HTML update via Travis"
106
- if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "experimental" ];
0 commit comments