aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9f4a768..4cac8f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,7 +20,7 @@ before_install:
# Extract the toolchain
- tar -zxf ~/arm-cs-tools-ubuntu-universal.tar.gz
- - export PATH=~/pebble-dev/PebbleSDK-${PEBBLE_SDK}/bin:$PATH
+ - export PATH=~/pebble-dev/${PEBBLE_SDK}/bin:$PATH
script:
- echo "Building Pebble project..."