summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0cf6c69444c3849f2845349eac1d61fdc544ad6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
language: c
env:
  - MINIMAL=1
  - CFLAGS="-O2 -march=native -pipe"
  - CXXFLAGS="-O2 -march=native -pipe"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script
notifications:
  email:
    - alex_y_xu@yahoo.ca
  irc:
    channels:
      - "chat.freenode.net#html5ks"
    on_success: change
    on_failure: always