We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e69f9a6 commit 541c08dCopy full SHA for 541c08d
.travis.yml
@@ -10,7 +10,6 @@ env:
10
global:
11
- LC_CTYPE=en_US.UTF-8
12
- LANG=en_US.UTF-8
13
- - FRAMEWORK_NAME="Hexe"
14
15
install: ./Scripts/install.sh
16
script: ./Scripts/travis.sh
Scripts/travis.sh
@@ -2,6 +2,8 @@
2
3
set -e -o pipefail
4
5
+FRAMEWORK_NAME=$(ls | grep ".xcodeproj" | sed "s/.xcodeproj//g")
6
+
7
function build() {
8
xcodebuild \
9
-project $FRAMEWORK_NAME.xcodeproj \
0 commit comments