Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn committed Mar 16, 2018
1 parent 7646c0c commit 14dc3a5
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
language: cpp
cache:
- pip
- ccache
- yarn
- npm
sudo: required
dist: trusty

os:
- linux

env:
- JOB=test

addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
- git
- python3
- python3-pip
- ccache

before_install:
pip3 install xonsh

script:
- gcc-5 --version
- g++-5 --version
- if [[ "$JOB" == "test" ]]; then /bin/bash ./tests.xsh; fi

notifications:
email:
on_success: change
on_failure: always

0 comments on commit 14dc3a5

Please sign in to comment.