aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-12 01:26:46 +0200
committerVictor Häggqvist <[email protected]>2014-06-12 01:26:46 +0200
commit891a30a413dc641ad9e6b52684182a03c33e5022 (patch)
treec4ae06cb62d6e845b87efbfddbdce6689ababa4d
parentb2e00b8e6db149a9b08130217673710390922810 (diff)
getting there
-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..."