Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
adjusting travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Nov 26, 2015
1 parent ca89be3 commit a9b9e41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.12"
- "iojs"
- "5.1"
- "4.1"
- "stable"

before_script:
- npm install -g gulp
2 changes: 1 addition & 1 deletion src/jade/index.jade
Expand Up @@ -26,7 +26,7 @@ html(ng-app="Roguathia", ng-controller="Root")

uib-tab(heading="Dungeon")
div(ng-controller="Dungeon", ng-include="'dungeon-tab'")

uib-tab(heading="Achievements", ng-if="false")
div achievements

Expand Down

0 comments on commit a9b9e41

Please sign in to comment.