Skip to content

Commit

Permalink
Add travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Aug 30, 2013
1 parent d6e0191 commit 3b18ff1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
@@ -0,0 +1,17 @@
language: go
go:
- tip
before_install:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls

before_script:
- git clone -b $v8 --depth 10 git://github.com/v8/v8.git
- cd v8 && git describe --always
- make dependencies && make native library=shared -j8
- sudo install -v --mode=0644 include/* /usr/include
- sudo install -v --mode=0644 out/native/lib.target/libv8.so /usr/lib/libv8.so
- sudo install -v out/native/d8 /usr/bin/d8
- cd ..
script:
- $HOME/gopath/bin/goveralls pwWfQ7Jb6JEdBgqH4DZVAF9sA45xi9FpS

0 comments on commit 3b18ff1

Please sign in to comment.