Skip to content

Commit 69e9e2f

Browse files
committed
travis skeleton ...
1 parent bf95a28 commit 69e9e2f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.travis.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: python
2+
python:
3+
- "3.3"
4+
- "2.7"
5+
- "2.6"
6+
7+
# command to install dependencies
8+
install:
9+
- sudo apt-get update
10+
- sudo apt-get install llvm-3.4
11+
- export WLLVM_HOME=`pwd`
12+
13+
# command to run tests
14+
script:
15+
- ${WLLVM_HOME}/.travis/apache.sh
16+

.travis/apache.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash -x
2+
# Make sure we exit if there is a failure
3+
set -e
4+

0 commit comments

Comments
 (0)