diff options
author | Victor Häggqvist <[email protected]> | 2014-06-12 01:47:10 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-12 01:47:10 +0200 |
commit | 2efb9e91b8b068e461ef028792b46c05de41976c (patch) | |
tree | 207aff8b444b2d378a21cf3e479dbe9f2552dc79 | |
parent | 24f59fa06c44d2b0ac192c9d9e71d949f11b9c85 (diff) |
getting there
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 789401f..e9c2f60 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: c before_install: - - pwd - - tree - - PROJECT_PATH=~/victorhaggqvist/pebble-battery-monitor + - PROJECT_PATH=$(pwd) - PEBBLE_SDK=PebbleSDK-2.2 - echo 'Installing Pebble SDK Dependencies...' - echo 'SDK ${PEBBLE_SDK}' |