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