This website works better with JavaScript.
Home
Explore
Help
Sign In
lucky1213
/
zefyr
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix cd in travis script
Anatoly Pulyaevskiy
6 years ago
parent
bd5ca3cf82
commit
2df95a80e3
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
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
-