view .travis.yml @ 25:42b0a9fa5883 draft

added word count and time to read functions
author zaitsev.serge
date Sun, 30 Aug 2015 12:42:22 +0000
parents de65b7bb26eb
children 253a7e604e17
line wrap: on
line source

language: go
go: 
 - 1.1
 - 1.2
 - 1.3
 - 1.4
 - release
 - tip

script:
 - go test -v ./...