Skip to content

Commit

Permalink
Bug #81, fix script order in .travis YAML [iet:5388828]
Browse files Browse the repository at this point in the history
  • Loading branch information
nfreear committed May 6, 2016
1 parent b3c3e46 commit fce8811
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ install:

script:
- composer validate --no-interaction
# Run all lint tests.
# Build and run tests.
- composer test
- composer build

after_script:
- composer --version
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"npm install -g grunt-cli",
"npm install grunt grunt-exec grunt-contrib-validate-xml grunt-contrib-jshint grunt-contrib-csslint grunt-jscs grunt-contrib-uglify"
],
"test": "grunt"
"test": [ "composer build", "grunt" ]
}
}

0 comments on commit fce8811

Please sign in to comment.