chiark / gitweb /
Writer: Fix quoting of table keys
[nailing-cargo.git] / TOML-Tiny / .travis.yml
1 language: perl
2
3 sudo: false
4
5 notifications:
6   email: false
7
8 cache:
9   directories:
10     - ~/perl5
11
12 perl:
13   - "5.30"
14   - "5.28"
15   - "5.26"
16   - "5.24"
17   - "5.22"
18   - "5.20"
19   - "5.18"
20
21 before_install:
22   - eval $(curl https://travis-perl.github.io/init) --auto --always-upgrade-modules