Merge pull request #6164 from whymarrh/delete-travis-config

Delete unused Travis CI config
feature/default_network_editable
Whymarrh Whitby 6 years ago committed by GitHub
commit ce48d1f49c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .travis.yml

@ -1,13 +0,0 @@
language: node_js
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
node_js:
- "5.1"
before_script:
- npm install -g mocha
Loading…
Cancel
Save