Add .travis.yml and a badge of travis-ci

This commit is contained in:
Junji Hashimoto 2017-06-13 23:28:24 +09:00
parent 3c52a51db2
commit e007eda6aa
2 changed files with 23 additions and 0 deletions

21
.travis.yml Normal file
View File

@ -0,0 +1,21 @@
sudo: required
dist: trusty
language: c
addons:
apt:
packages:
- libgmp-dev
before_install:
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -sSL https://get.haskellstack.org/ | sh
script:
- stack --no-terminal --install-ghc test
cache:
directories:
- $HOME/.stack

View File

@ -1,6 +1,8 @@
ImplicitCAD: Math Inspired CAD
==============================
[![Hackage version](https://img.shields.io/hackage/v/implicit.svg?style=flat)](https://hackage.haskell.org/package/implicit) [![Build Status](https://travis-ci.org/colah/ImplicitCAD.png?branch=master)](https://travis-ci.org/colah/ImplicitCAD)
Introduction
------------