clayton/sslcheck

View on GitHub
run_acceptance_on_ci

Summary

Maintainability
Test Coverage
#!/bin/bash

third_build=`expr $TRAVIS_JOB_ID % 3`

if [ $third_build -eq 0 ]; then
  bundle exec rspec acceptance
fi