1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: do the "cd build" on its own line in .travis.yml

This commit is contained in:
Sébastien Helleu
2014-05-04 07:34:47 +02:00
parent 0a097bd706
commit 85596a9b0e
+2 -1
View File
@@ -6,7 +6,8 @@ before_install:
- sudo mk-build-deps -i debian/control
script:
- mkdir build;cd build
- mkdir build
- cd build
- cmake ..
- make
- sudo make install