Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Commit

Permalink
Bug #39/#30, QA fixes for Travis-CI - git fetch --tags [iet:5988136]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed Jun 16, 2016
1 parent 9b808bb commit c0b42c0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ node_js:
- "0.10"

git:
depth: 10
depth: 16

before_install:
- git fetch --tags --depth=15

install:
- npm install -g npm
Expand Down
3 changes: 3 additions & 0 deletions bin/git-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ git.log([ '-1' ], function (err, data) {

function exec(command, split, carryon) {
var out;
if (carryon) {
command += ' || true';
}
try {
out = execSync(command).toString('utf-8').replace(/\n$/, '');
} catch (ex) {
Expand Down
4 changes: 2 additions & 2 deletions static/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<link rel="stylesheet" href="css/font-awesome.css">
<link rel="stylesheet" href="css/textAngular.min.css">

<!--[if gt IE 8]><!-->
<!--[if gt IE 8]> -->
<link rel="stylesheet" href="css/nquire-it-bootstrap.css">
<!--<![endif]-->
<!-- <![endif]-->
<!--[if lt IE 10]>
<link rel="stylesheet" href="css/nquire-it-bootstrap-ie9.css">
<![endif]-->
Expand Down

0 comments on commit c0b42c0

Please sign in to comment.