rename fix for osx_travis.sh

This commit is contained in:
Syping 2018-01-18 06:07:18 +01:00
parent 5db4bd4492
commit 0cf2f53342
1 changed files with 8 additions and 0 deletions

8
.travis/osx_travis.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
# Install packages
.travis/osx_install.sh && \
# Build gta5view
.travis/osx_build.sh && \
cd ${PROJECT_DIR}