.travis.yml 389 Bytes
Newer Older
1
sudo: false
Adam Barth's avatar
Adam Barth committed
2 3
addons:
  apt:
4
    # sky_shell binary depends on /usr/lib/x86_64-linux-gnu/libstdc++.so.6 version GLIBCXX_3.4.18
Adam Barth's avatar
Adam Barth committed
5
    sources:
6
      - ubuntu-toolchain-r-test # if we don't specify this, the libstdc++6 we get is the wrong version
Adam Barth's avatar
Adam Barth committed
7
    packages:
8
      - libstdc++6
9
before_script:
10
  - ./dev/bots/setup.sh
11
script:
12
  - ./dev/bots/test.sh
13 14
cache:
  directories:
15
    - $HOME/.pub-cache