From 8fff9806324b747ac57a9cdc33e187d36189c577 Mon Sep 17 00:00:00 2001 From: vinhkhuc Date: Sun, 7 Oct 2018 00:33:50 -0700 Subject: [PATCH] Add Travis build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a0127..f5b4caf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +[![Build Status](https://travis-ci.org/vinhkhuc/PyTorch-Mini-Tutorials.svg?branch=master)](https://travis-ci.org/vinhkhuc/PyTorch-Mini-Tutorials) Minimal tutorials for [PyTorch](https://github.com/pytorch/pytorch) adapted from Alec Radford's [Theano tutorials](https://github.com/Newmu/Theano-Tutorials).