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 5365791 commit 409af12Copy full SHA for 409af12
.travis.yml
@@ -151,10 +151,10 @@ matrix:
151
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
152
- git fetch upstream && git reset upstream/gh-pages
153
- if [[ $TRAVIS_BRANCH = "master" ]]; then
154
- git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/ ;
+ git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ v1.3/ experimental/ ;
155
fi
156
- if [[ $TRAVIS_BRANCH = "experimental" ]]; then
157
- git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ ;
+ git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ v1.3/ ;
158
159
- git add -f \*.html
160
- git commit -m "Automatic HTML update via Travis"
0 commit comments