Skip to content

Commit

Permalink
addded .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 11, 2014
1 parent ee76c93 commit 48d5972
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
@@ -0,0 +1,14 @@
language: cpp
compiler:
- gcc
before_install:
# disable rvm, use system Ruby
- rvm reset
- wget https://raw.githubusercontent.com/yast/yast-devtools/SLE-12-GA/travis-tools/travis_setup.sh
- sh ./travis_setup.sh -p "yast2-devtools yast2-testsuite yast2 yast2-ruby-bindings yast2-perl-bindings" -g rspec:2.14.1
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check

0 comments on commit 48d5972

Please sign in to comment.