Skip to content

Commit 6f78e03

Browse files
committed
[ fix ] use spaces, not tabs in .travis.yml
1 parent 34443c6 commit 6f78e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ matrix:
112112
# setting up travis-specific scripts and files
113113
- cp travis/* .
114114

115-
# create a suitable Agda `executables` file for examples in README using `Reflection.External`
116-
- echo -e "/usr/bin/expr\n" ~/.agda/executables
115+
# create a suitable Agda `executables` file for examples in README using `Reflection.External`
116+
- echo -e "/usr/bin/expr\n" ~/.agda/executables
117117

118118
before_script:
119119
- export AGDA_OPTIONS="-Werror"

0 commit comments

Comments
 (0)