Skip to content

Commit 05cceaf

Browse files
committed
add travis CI
1 parent 2d0d855 commit 05cceaf

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "0.12"
4+
- "0.11"
5+
- "0.10"

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Autodesk View and Data API Node.js Basic Sample
22

33

4+
[![build status](https://api.travis-ci.org/Developer-Autodesk/workflow-node.js-view.and.data.api.png)](https://travis-ci.org/Developer-Autodesk/workflow-node.js-view.and.data.api)
5+
6+
7+
8+
49
## Description
510
A sample demonstrating how to view a model in a web application with the Autodesk View & Data API. This web application has a basic Node.js
611
server and JavaScript/HTML5 client. This sample does not demonstrate how to upload a model to the Autodesk server for translation. See instructions below

0 commit comments

Comments
 (0)