.travis.yml
author Mikael Berthe <mikael@lilotux.net>
Sun, 11 Jul 2021 10:35:56 +0200
changeset 256 6d9efbef00a9
parent 252 8399cd48111b
child 257 f21cae75c8bd
permissions -rw-r--r--
Update dependencies
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:
252
8399cd48111b Update Travis file
Mikael Berthe <mikael@lilotux.net>
parents: 248
diff changeset
     3
- "1.11.13"
8399cd48111b Update Travis file
Mikael Berthe <mikael@lilotux.net>
parents: 248
diff changeset
     4
- "1.12"
8399cd48111b Update Travis file
Mikael Berthe <mikael@lilotux.net>
parents: 248
diff changeset
     5
- "1.13"
1
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     6
- master
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     7
matrix:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     8
  allow_failures:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
     9
    - go: master
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    10
  fast_finish: true
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    11
branches:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    12
  only:
cc41d888fad5 Add Travis yaml file
Mikael Berthe <mikael@lilotux.net>
parents:
diff changeset
    13
  - master
240
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    14
env:
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    15
  - GO111MODULE=on
7c3e7b53cbd3 Enable GO111MODULE in Travis config
Mikael Berthe <mikael@lilotux.net>
parents: 239
diff changeset
    16
install: true