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 5d7edd6 commit ed52acc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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-inetd ruby-rspec"
script:
- make -f Makefile.cvs
- make
- sudo make install
- make check

0 comments on commit ed52acc

Please sign in to comment.