Skip to content

Commit

Permalink
Correcting travis manifest to only build master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jan 22, 2013
1 parent f87c1fc commit 6ecae3d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,3 +2,7 @@ language: java
jdk:
- openjdk6
- oraclejdk7
branches:
only:
- master

4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -5,11 +5,11 @@ Status](https://travis-ci.org/futures/ff-modeshape-prototype.png?branch=master)]

```bash
$ mvn clean jetty:run
$ curl "http://localhost:8080/ff/describe"
$ curl "http://localhost:8080/describe"
```

Before creating fedora-like namespaced nodes, you need to register a namespace:

```bash
curl "http://localhost:8080/ff/namespaces/asdf" -X POST
curl "http://localhost:8080/namespaces/asdf" -X POST
```

0 comments on commit 6ecae3d

Please sign in to comment.