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 404fe5a commit 31b4b88Copy full SHA for 31b4b88
.travis.yml
@@ -136,7 +136,7 @@ matrix:
136
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ -c README/Foreign/Haskell.agda && ./Haskell
137
# building the docs
138
- agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html safe.agda
139
- - agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html index.agda
+ - agda $AGDA_OPTIONS $RTS_OPTIONS -i . -i src/ --html --rewriting index.agda
140
141
# moving everything to the appropriate directory
142
- if [[ $TRAVIS_BRANCH = "master" ]]; then
0 commit comments