forked from asciidoctor/sublimetext-asciidoc
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.travis.yml
37 lines (29 loc) · 1.2 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
################################################
# AsciiDoc Package for Sublime Text 4: #
# https://github.com/tajmone/ST4-Asciidoctor #
################################################
dist: trusty
git:
depth: false
install:
- npm install -g eclint
script:
# ==============================================
# EditorConfig Code Styles Validation via EClint
# ==============================================
# https://editorconfig.org
# https://www.npmjs.com/package/eclint
- bash ./validate.sh
# ///////////////////////////// ORIGINAL SETTINGS //////////////////////////////
# language: python
# sudo: false
# python: 3.3
# install: script/bootstrap.sh
# script: script/test.sh
# ------------------------------------------------------------------------------
# The original configuration no longer works on Travis CI, failing with:
## Downloading archive: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/16.04/x86_64/python-3.3.tar.bz2
## $ curl -sSf --retry 5 -o python-3.3.tar.bz2 ${archive_url}
## curl: (22) The requested URL returned error: 404 Not Found
## Unable to download 3.3 archive. The archive may not exist.
## Please consider a different version.