Skip to content

Commit 31b4b88

Browse files
committed
[ travis ] use --rewriting to check index.agda
1 parent 404fe5a commit 31b4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ matrix:
136136
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ -c README/Foreign/Haskell.agda && ./Haskell
137137
# building the docs
138138
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html safe.agda
139-
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html index.agda
139+
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html --rewriting index.agda
140140

141141
# moving everything to the appropriate directory
142142
- if [[ $TRAVIS_BRANCH = "master" ]]; then

0 commit comments

Comments
 (0)