Skip to content

Commit 3922be6

Browse files
committed
Merge branch 'master' into experimental
2 parents 9584c1c + 409af12 commit 3922be6

File tree

101 files changed

+4481
-624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+4481
-624
lines changed

.gitignore

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Keep this file in alphabetic order please!
2-
3-
*~
4-
.*.swp
5-
*.agdai
2+
# Sort with the command `sort -uf`
63
*.agda.el
7-
./_build/*
8-
.DS_Store
9-
*.lagda.el
4+
*.agdai
105
*.hi
6+
*.lagda.el
117
*.o
128
*.tix
139
*.vim
10+
*~
11+
.*.swp
12+
./_build/*
13+
.DS_Store
1414
dist
1515
dist-newstyle
1616
Everything.agda
1717
EverythingSafe.agda
1818
EverythingSafeGuardedness.agda
1919
EverythingSafeSizedTypes.agda
20-
html
20+
GenerateEverything
2121
Haskell
22+
html
2223
MAlonzo

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848
cd ../ &&
4949
git clone https://github.com/agda/agda &&
5050
cd agda &&
51-
git checkout 5053aa9d2a901cfb4c54848e8455820f0183f1b3 &&
51+
git checkout tags/v2.6.1 &&
5252
cabal install --only-dependencies --dry -v > $HOME/installplan.txt ;
5353
fi
5454

@@ -152,10 +152,10 @@ matrix:
152152
- git remote add upstream https://[email protected]/agda/agda-stdlib.git &>/dev/null
153153
- git fetch upstream && git reset upstream/gh-pages
154154
- if [[ $TRAVIS_BRANCH = "master" ]]; then
155-
git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ experimental/ ;
155+
git checkout HEAD -- v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ v1.3/ experimental/ ;
156156
fi
157157
- if [[ $TRAVIS_BRANCH = "experimental" ]]; then
158-
git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ ;
158+
git checkout HEAD -- *.html v0.16/ v0.17/ v1.0/ v1.1/ v1.2/ v1.3/ ;
159159
fi
160160
- git add -f \*.html
161161
- git commit -m "Automatic HTML update via Travis"

0 commit comments

Comments
 (0)