Browse Source

[Minor] Another try to fix travis

tags/1.3.0
Vsevolod Stakhov 8 years ago
parent
commit
02837be087
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      .travis.yml

+ 0
- 3
.travis.yml View File

@@ -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

Loading…
Cancel
Save