diff options
author | Mattes D <github@xoft.cz> | 2015-10-02 18:28:20 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-10-02 18:28:20 +0200 |
commit | d8127aa2287973c36b490d20237b639939a72369 (patch) | |
tree | a333187d1eb27b1447a2ce342d97e562c31382f9 | |
parent | Merge pull request #2509 from cuberite/UTF16Types (diff) | |
parent | Removed the BasicStyleCheck from Travis builds. (diff) | |
download | cuberite-d8127aa2287973c36b490d20237b639939a72369.tar cuberite-d8127aa2287973c36b490d20237b639939a72369.tar.gz cuberite-d8127aa2287973c36b490d20237b639939a72369.tar.bz2 cuberite-d8127aa2287973c36b490d20237b639939a72369.tar.lz cuberite-d8127aa2287973c36b490d20237b639939a72369.tar.xz cuberite-d8127aa2287973c36b490d20237b639939a72369.tar.zst cuberite-d8127aa2287973c36b490d20237b639939a72369.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 1 | ||||
-rwxr-xr-x | CIbuild.sh | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 01b51ee9a..75702cf11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ addons: - ubuntu-toolchain-r-test packages: - g++-4.8 - - lua5.1 script: ./CIbuild.sh diff --git a/CIbuild.sh b/CIbuild.sh index a6a4282a7..9e2fa7edb 100755 --- a/CIbuild.sh +++ b/CIbuild.sh @@ -13,11 +13,6 @@ if [ "$CXX" == "g++" ]; then fi cmake . -DBUILD_TOOLS=1 -DSELF_TEST=1; -echo "Checking basic style..." -cd src -lua CheckBasicStyle.lua -cd .. - echo "Building..." make -j 2; make -j 2 test ARGS="-V"; |