Skip to content

Commit

Permalink
SINGA-485 Add Ubuntu 16.04 and 18.04 to Travis CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
Moaz Reyad committed Aug 31, 2019
1 parent 5cf1902 commit bbd9015
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,19 @@ matrix:
compiler: clang
# system cblas will be used by cmake for other xcode versions
osx_image: xcode8
name: "macOS 10.11 (C++)"
- os: linux
dist: trusty
compiler: gcc
name: "Ubuntu 14.04 (C++)"
- os: linux
dist: xenial
compiler: gcc
name: "Ubuntu 16.04 (C++)"
- os: linux
dist: bionic
compiler: gcc
name: "Ubuntu 18.04 (C++)"

install:
- travis_wait bash -ex tool/travis/depends.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/en/develop/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ To build the CPU version of SINGA

conda build tool/conda/singa/

The above commands have been tested on Ubuntu 16.04 and Mac OSX.
The above commands have been tested on Ubuntu (14.04, 16.04 and 18.04) and macOS 10.11.
Refer to the [Travis-CI page](https://travis-ci.org/apache/incubator-singa) for more information.

### Build GPU Version
Expand Down

0 comments on commit bbd9015

Please sign in to comment.