Skip to content

Commit

Permalink
tab to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 18, 2019
1 parent 1a7c2bb commit 892920b
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .travis.yml
@@ -1,37 +1,37 @@
# mutliple os matrix
# https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)
matrix:
include:
- os: linux
language: python
- os: osx
language: generic
include:
- os: linux
language: python
- os: osx
language: generic

services:
- xvfb
- xvfb

before_install:
- curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/travis.sh
- curl -OL https://raw.githubusercontent.com/SublimeText/UnitTesting/master/sbin/travis.sh

install:
# bootstrap the testing environment
- sh travis.sh bootstrap
# install Package Control and package denepdencies
# - sh travis.sh install_package_control
# bootstrap the testing environment
- sh travis.sh bootstrap
# install Package Control and package denepdencies
# - sh travis.sh install_package_control

script:
# run tests with test coverage report
- sh travis.sh run_tests --coverage
# testing syntax_test files
# - sh travis.sh run_syntax_tests
# - sh travis.sh run_syntax_compatibility
# run tests with test coverage report
- sh travis.sh run_tests --coverage
# testing syntax_test files
# - sh travis.sh run_syntax_tests
# - sh travis.sh run_syntax_compatibility

after_success:
# remove the following if `coveralls` is not needed
- pip3 install python-coveralls;
- pip3 install coverage==4.5.4 codecov==2.0.15
- coveralls
- codecov
# remove the following if `coveralls` is not needed
- pip3 install python-coveralls;
- pip3 install coverage==4.5.4 codecov==2.0.15
- coveralls
- codecov

notifications:
email: false
email: false

0 comments on commit 892920b

Please sign in to comment.