Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add Travis CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Dec 9, 2013
1 parent b0ae4aa commit 70a1b75
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
script: "./script/test-ci"
language: clojure
lein: lein2
jdk:
- oraclejdk7
- openjdk6
branches:
only:
- travis-ci-reattempt
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
3 changes: 3 additions & 0 deletions script/test-ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh

./script/test firefox

0 comments on commit 70a1b75

Please sign in to comment.