Fixed travis compilation (#769)

This commit is contained in:
Yehonal 2018-01-28 19:50:01 +01:00 committed by GitHub
parent cdbfac743d
commit 19bf454e5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 9 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
CUR_PATH="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
PATH_APPS="$CUR_PATH/apps/"
PATH_MODULES="$CUR_PATH/modules/"