Skip to content

Commit

Permalink
Remove Travis Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Oct 3, 2018
1 parent 7a37a89 commit b076742
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/unit/bidirectionalityHttp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var iotagentUl = require('../../'),
mockedClientServer,
contextBrokerMock;

process.env.npm_config_TRAVIS ? describe : describe.skip('Data Bidirectionality: HTTP', function() {
describe('Data Bidirectionality: HTTP', function() {
var notificationOptions = {
url: 'http://localhost:' + config.iota.server.port + '/notify',
method: 'POST',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/amqpBinding-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function startConnection(exchange, callback) {
});
}

process.env.npm_config_TRAVIS ? describe : describe.skip('AMQP Transport binding: measures', function() {
describe('AMQP Transport binding: measures', function() {
beforeEach(function(done) {
var provisionOptions = {
url: 'http://localhost:' + config.iota.server.port + '/iot/devices',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/bidirectionalityHttp-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var iotagentUl = require('../../../'),
mockedClientServer,
contextBrokerMock;

process.env.npm_config_TRAVIS ? describe : describe.skip('Data Bidirectionality: HTTP', function() {
describe('Data Bidirectionality: HTTP', function() {
var notificationOptions = {
url: 'http://localhost:' + config.iota.server.port + '/notify',
method: 'POST',
Expand Down
2 changes: 1 addition & 1 deletion test/unit/ngsiv2/httpBindings-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var iotagentUl = require('../../../'),
contextBrokerMock,
iotamMock;

process.env.npm_config_TRAVIS ? describe : describe.skip('HTTP Transport binding: measures', function() {
describe('HTTP Transport binding: measures', function() {
beforeEach(function(done) {
var provisionOptions = {
url: 'http://localhost:' + config.iota.server.port + '/iot/devices',
Expand Down

0 comments on commit b076742

Please sign in to comment.