Skip to content

Commit f6b263c

Browse files
committed
Fixed typo in travis config file.
1 parent 4533891 commit f6b263c

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
@@ -7,7 +7,7 @@ before_script:
77
- cd $current_dir
88
- git clone --depth 1 https://github.com/EiffelSoftware/libraries.git .es-libs
99
- export EIFFEL_SRC=$current_dir/.es-libs/Src
10-
- export ISE_LIBRARY=EIFFEL_SRC
10+
- export ISE_LIBRARY=$EIFFEL_SRC
1111
- echo Check projects compilation status...
1212
- echo "[$current_dir/.es-libs]" > .compile_all_ignore
1313
branches:

0 commit comments

Comments
 (0)