Delete .travis.yml

pull/7/head
yann300 6 years ago committed by GitHub
parent d5ebc0d638
commit ff5bf089ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      .travis.yml

@ -1,19 +0,0 @@
language: node_js
node_js:
- stable
env:
- TEST_DIR=remix-lib
- TEST_DIR=remix-solidity
- TEST_DIR=remix-debug
- TEST_DIR=remix-tests
- TEST_DIR=remix-simulator
script:
- cd $TEST_DIR && npm install && npm test
deploy:
provider: script
script: remix-debugger/ci/deploy_from_travis.sh
skip_cleanup: true
on:
branch: master
condition: $TEST_DIR = remix-debugger
cache: false
Loading…
Cancel
Save