aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 292b219..9f4a768 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,8 @@ before_install:
- tar -zxf ~/arm-cs-tools-ubuntu-universal.tar.gz
- export PATH=~/pebble-dev/PebbleSDK-${PEBBLE_SDK}/bin:$PATH
-script: '${PROJECT_PATH}/build.sh'
+script:
+ - echo "Building Pebble project..."
+ - cd ${PROJECT_PATH}
+ - pebble build