Skip to content

Commit

Permalink
simplify .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staticskies committed Oct 29, 2015
1 parent ab2cda1 commit a59c7e3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
language: node_js
node_js:
- "4"
before_install:
- sudo apt-get install libsnappy-dev
- cd /tmp
- wget https://github.com/google/leveldb/archive/v1.18.tar.gz
- tar -xzf v1.18.tar.gz
- cd leveldb-1.18
- make
- sudo mv libleveldb.* /usr/local/lib
- cd include
- sudo cp -R leveldb /usr/local/include
- sudo ldconfig
- cd $TRAVIS_BUILD_DIR
before_script:
- npm install -g babel
- npm run initdb-test
script:
- npm test
Expand Down

0 comments on commit a59c7e3

Please sign in to comment.