Reference our buildTools and run the script.
jdarwood007

jdarwood007 commited on 2017-09-03 08:17:00
Showing 3 changed files, with 5 additions and 1 deletions.


Signed-off-by: jdarwood007 <unmonitored+github@sleepycode.com>
... ...
@@ -0,0 +1,3 @@
1
+[submodule "buildTools"]
2
+	path = buildTools
3
+	url = https://github.com/SimpleDesk/buildTools
... ...
@@ -18,4 +18,4 @@ script:
18 18
   - sudo add-apt-repository ppa:git-core/ppa -y
19 19
   - sudo apt-get update
20 20
   - sudo apt-get install git
21
-  - if find . -name "*.php" ! -path "./vendor/*" -exec php -l {} 2>&1 \; | grep "syntax error, unexpected"; then exit 1; fi
22 21
\ No newline at end of file
22
+  - ./buildTools/runTools.sh
23 23
\ No newline at end of file
... ...
@@ -0,0 +1 @@
1
+Subproject commit 0c9ba8e09d95efa50f07cdd289251f9414c5e749
0 2