Skip to content

Commit 47f67ba

Browse files
mwetterthorade
andauthored
Changed image and cleaned up implementation for #167 (#218)
* Cleaned up implementation for #167 --------- Co-authored-by: Matthis Thorade <[email protected]>
1 parent 2fbed26 commit 47f67ba

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ env:
1919
notifications:
2020
email: false
2121

22-
git:
23-
depth: 3
24-
2522
services:
2623
- docker
2724
- xvfb
@@ -35,7 +32,7 @@ before_install:
3532
- chmod +x buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/omc
3633
- sudo cp buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/omc /usr/local/bin/
3734
- chmod +x buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/dymola
38-
- sudo cp buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/dymola /usr/local/bin/
35+
- cp buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/dymola $HOME/bin/
3936
- chmod +x buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/jm_ipython.sh
4037
- sudo cp buildingspy/tests/MyModelicaLibrary/Resources/Scripts/travis/bin/jm_ipython.sh /usr/local/bin/
4138
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin

0 commit comments

Comments
 (0)