make verbose to see output and move the language specifier a little further down

This commit is contained in:
Joseph Lenox 2018-05-13 14:42:03 -05:00 committed by Joseph Lenox
parent 520b2551a1
commit 6635deeb03

View File

@ -1,7 +1,7 @@
language: c++
os:
- linux
- osx
language: c++
before_install:
- sh package/linux/travis-decrypt-key
install:
@ -10,7 +10,7 @@ install:
script:
- bash package/linux/travis-setup.sh
- cmake -DBOOST_ROOT=$BOOST_DIR -DwxWidgets_ROOT_DIR=$WXDIR src/
- make
- make VERBOSE=1
after_success:
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
- package/linux/appimage.sh x86_64