aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f93770aa7f537eedbedaec6c5a0e28dd3f3bc502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
language: go

install:
  - wget -q https://raw.github.com/go-gl/testutils/master/travis-helper-functions.sh
  - source travis-helper-functions.sh
  - initialize
  - subtest-init go-gl/gl go-gl/examples

script:
  - go build -v

after_script:
  - go test -v
  - upload-to-imgur
  - subtest go-gl/gl go-gl/examples

after_failure: failure
after_error: failure

notifications:
  email:
    recipients:
      - peter@pwaller.net
      - jimteeuwen@gmail.com
    on_success: change
    on_failure: always