summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTravis Fields <cyberious@users.noreply.github.com>2015-01-08 08:57:30 -0800
committerTravis Fields <cyberious@users.noreply.github.com>2015-01-08 08:57:30 -0800
commit413dafbb524f65ab28366553814e1680aeaab930 (patch)
treed1d0bec00d7b74f433d72c292bee0f97ac0f3464 /.travis.yml
parent4700f16e8273b3d4a3b1e22b09c44d7ac9f74f3e (diff)
parent7c8ae311cade65e84df1054779a039ff906e630c (diff)
Merge pull request #382 from hunner/fix_type
(MODULES-1473) Deprecate type() function for new parser
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f531306..503e184 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,5 @@
---
+sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--color --format documentation'"