Skip to content

Commit

Permalink
Dont't build v8.
Browse files Browse the repository at this point in the history
  • Loading branch information
r0man committed Jan 29, 2013
1 parent 2094f27 commit 0a8ba98
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml
@@ -1,16 +1,2 @@
language: clojure
lein: lein2

before_install:
- sudo apt-get install wget -qq
- sudo apt-get install unzip -qq
- echo "Fetching V8..."
- git clone --branch=master --depth=1 --quiet git://github.com/v8/v8.git v8 && cd v8
- echo "Building V8"
- make dependencies
- make native
- sudo make install
- cd ./out/native/
- export V8_HOME=`pwd`
- cd ../../../
- pwd

0 comments on commit 0a8ba98

Please sign in to comment.