From 02837be08778c77d2ce80aac4db7895183d8ee11 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 21 Jul 2016 11:22:41 +0100 Subject: [PATCH] [Minor] Another try to fix travis --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 519bbdaa5..2cda43a17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,4 @@ sudo: required -dist: trusty - language: c #os: @@ -20,7 +18,6 @@ before_script: # - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install cmake gmime glib luajit pcre hiredis sqlite libevent ; fi script: - - chmod a+rx /home/travis - cmake . -DCMAKE_INSTALL_PREFIX=./_install -DCMAKE_C_COMPILER=$CC - cmake --build . --target install - sudo pip install robotframework -- 2.39.5