Skip to content

Commit 9874122

Browse files
committed
Fixed travis-ci configuration.
1 parent 0bfec2d commit 9874122

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
@@ -1,8 +1,8 @@
11
language: eiffel
22
before_script:
33
- export current_dir=$PWD ; echo current_dir=$current_dir ; cd ..
4-
- curl -sSL https://www.eiffel.org/setup/install.sh | bash
5-
- source eiffel_latest.rc
4+
- curl -sSL https://www.eiffel.org/setup/install.sh | bash > eiffel.rc
5+
- source ./eiffel.rc
66
- echo `ec -version`
77
- cd $current_dir
88
- echo Check projects compilation status...

0 commit comments

Comments
 (0)