Rearrange declaration order to make MSVC happy
[clinfo] / .travis.yml
1 os:
2  - linux
3  - osx
4
5 dist: trusty
6 addons:
7  apt:
8   sources:
9    - sourceline: "deb http://archive.ubuntu.com/ubuntu trusty universe"
10   packages:
11    - ocl-icd-opencl-dev
12
13 language: c
14 compiler:
15  - gcc
16  - clang
17
18 script: make && ./clinfo