Skip to content

Commit

Permalink
add a travis file to test the build
Browse files Browse the repository at this point in the history
  • Loading branch information
xgaia committed Aug 7, 2017
1 parent c4d4584 commit b7f1b51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sudo: required
services:
- docker
install:
- docker build -t virtuoso .
- docker run -d -p 8890:8890 --name test_virtuoso virtuoso
before_script:
- sleep 45
script:
- curl -i -g 'http://localhost:8890/sparql?query=SELECT+DISTINCT+?concept+WHERE+{+?s+a+?concept+}+LIMIT+1'

0 comments on commit b7f1b51

Please sign in to comment.