.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Mon, 29 Jul 2019 23:00:00 +0200
changeset 248 bd6f15d41b78
parent 242 2a9ec03fe5a1
child 252 8399cd48111b
permissions -rw-r--r--
Travis: Try to bump Go 1.11 version to 1.11.12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     1
language: go
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     2
go:
242
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents: 240
diff changeset
     3
- "1.8"
2a9ec03fe5a1 Use vendoring for backward compatibility
Mikael Berthe <mikael@lilotux.net>
parents: 240
diff changeset
     4
- "1.9"
211
d69f6f1ad460 Travis: Properly quote Golang releases
Mikael Berthe <mikael@lilotux.net>
parents: 194
diff changeset
     5
- "1.10"
248
bd6f15d41b78 Travis: Try to bump Go 1.11 version to 1.11.12
Mikael Berthe <mikael@lilotux.net>
parents: 242
diff changeset
     6
- "1.11.12"
1
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
- master
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
matrix:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
  allow_failures:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
    - go: master
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
  fast_finish: true
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
branches:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
  only:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    14
  - master
240
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    15
env:
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    16
  - GO111MODULE=on
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    17
install: true