Browse Source

Fix cd in travis script

Anatoly Pulyaevskiy 5 years ago
parent
commit
2df95a80e3
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      tool/travis.sh

+ 1
- 2
tool/travis.sh View File

@@ -2,6 +2,5 @@
2 2
 
3 3
 set -e
4 4
 
5
-cd "$1"
5
+cd "packages/$1"
6 6
 ./tool/travis.sh
7
-