My Advent of Code solutions in Python. kevinyap.ca/2019/12/going-fast-in-advent-of-code/
advent-of-code python
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix `allow_failures` in .travis.yml

+2 -2
+2 -2
.travis.yml
··· 7 7 matrix: 8 8 fast_finish: true 9 9 allow_failures: 10 - - env: AOC_YEAR="2015" 11 - - env: AOC_YEAR="2016" 10 + - env: AOC_YEAR=2015 11 + - env: AOC_YEAR=2016 12 12 script: ./advent.py $AOC_YEAR