Skip to content

Commit 3e0e3ee

Browse files
committed
Changed travis to cd back into project dir
1 parent 1f6c434 commit 3e0e3ee

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
@@ -3,6 +3,6 @@ before_install:
33
- sudo add-apt-repository ppa:antumdeluge/sdl2 -y
44
- sudo apt-get update -y
55
- sudo apt-get install libgtest-dev
6-
- cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && cd
6+
- cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/ && cd $TRAVIS_BUILD_DIR
77
- sudo apt-get install libsdl2 libsdl2-dev libsdl2-ttf libsdl2-ttf-dev -y
88
script: make tests

0 commit comments

Comments
 (0)