diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7ef9483a1..000000000 --- a/.travis.yml +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2018-2020 Cargill Incorporated -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -services: - - docker - -env: - global: - - ISOLATION_ID=$TRAVIS_BUILD_ID - - VERSION=AUTO_STRICT - -before_install: - - sudo rm /usr/local/bin/docker-compose - - curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` > docker-compose - - chmod +x docker-compose - - sudo mv docker-compose /usr/local/bin -addons: - apt: - packages: - - docker-ce - -jobs: - include: - - stage: Lint/Unit Test - script: - - docker-compose -f tests/test-splinter.yaml up --abort-on-container-exit unit-test-saplingjs - - docker-compose -f docker/compose/run-lint.yaml up --abort-on-container-exit lint-saplingjs