diff options
author | Victor Häggqvist <[email protected]> | 2014-06-12 01:40:04 +0200 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2014-06-12 01:40:04 +0200 |
commit | 24f59fa06c44d2b0ac192c9d9e71d949f11b9c85 (patch) | |
tree | 48543a22f124c88f09114728c1098d5daa2d3208 | |
parent | 891a30a413dc641ad9e6b52684182a03c33e5022 (diff) |
getting there
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4cac8f9..789401f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: c before_install: + - pwd + - tree - PROJECT_PATH=~/victorhaggqvist/pebble-battery-monitor - PEBBLE_SDK=PebbleSDK-2.2 - echo 'Installing Pebble SDK Dependencies...' |